Package com.cisco.pt.ipc.sim.impl
Class FirewallProcessImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.ZfwProcessImpl
com.cisco.pt.ipc.sim.impl.FirewallProcessImpl
- All Implemented Interfaces:
IPCObject,FirewallProcess,Process,ZfwProcess
- Direct Known Subclasses:
Firewallv6ProcessImpl
Information provided by the PKI file:
\class FirewallProcess
\brief FirewallProcess is the process that handles Firewall for asa.
\example network().getDevice("Router0").getProcess("CFirewallProcess")
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionFirewallProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Methods inherited from class com.cisco.pt.ipc.sim.impl.ZfwProcessImpl
getZoneNameAt, getZoneNameCount, getZonePairCount, getZonePairEntryAtMethods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDeviceMethods inherited from interface com.cisco.pt.ipc.sim.ZfwProcess
getZoneNameAt, getZoneNameCount, getZonePairCount, getZonePairEntryAt
-
Constructor Details
-
FirewallProcessImpl
public FirewallProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
updateZonePair
public void updateZonePair()Information provided by the PKI file:
\brief Update the current zone pair list when there's a change with nameIf and security level- Specified by:
updateZonePairin interfaceFirewallProcess
-